{% extends 'billing/base.html' %} {% block content %}

Create Bill

{% csrf_token %}
Customer Details
{{ bill_form.as_p }}
Add Item
{{ item_form.as_p }}
{% endblock %}